1 ;************************************************************
2 ; Windows USB CDC ACM Setup File
3 ; Copyright (c) 2000 Microsoft Corporation
4 ;************************************************************
7 Signature="$Windows NT$"
9 ClassGuid={4D36E978-E325-11CE-BFC1-08002BE10318}
11 DriverVer=7/1/2012,10.0.0.0
14 %MFGNAME%=DeviceList, NTx86, NTamd64, NTia64
25 CopyFiles=FakeModemCopyFileSection
26 AddReg=DriverInstall.AddReg
28 [DriverInstall.Services]
30 AddService=usbser, 0x00000002, LowerFilter_Service_Inst
32 [DriverInstall.AddReg]
33 HKR,,EnumPropPages32,,"msports.dll,SerialPortPropPageProvider"
35 ;------------------------------------------------------------------------------
36 ; Vendor and Product ID Definitions
37 ;------------------------------------------------------------------------------
38 ; When developing your USB device, the VID and PID used in the PC side
39 ; application program and the firmware on the microcontroller must match.
40 ; Modify the below line to use your VID and PID. Use the format as shown below.
41 ; Note: One INF file can be used for multiple devices with different VID and PIDs.
42 ; For each supported device, append ",USB\VID_xxxx&PID_yyyy" to the end of the line.
43 ;------------------------------------------------------------------------------
45 %DESCRIPTION%=DriverInstall, USB\VID_03EB&PID_2044
48 %DESCRIPTION%=DriverInstall, USB\VID_03EB&PID_2044
51 %DESCRIPTION%=DriverInstall, USB\VID_03EB&PID_2044
53 ;------------------------------------------------------------------------------
55 ;------------------------------------------------------------------------------
56 ;Modify these strings to customize your device
57 ;------------------------------------------------------------------------------
59 MFGNAME="http://www.lufa-lib.org"
60 DESCRIPTION="LUFA CDC-ACM Virtual Serial Port"